home *** CD-ROM | disk | FTP | other *** search
- Star Trek - The Game Page 1
-
-
-
-
-
-
-
-
-
-
-
-
- "Star Trek" The Game
- by
- David Matuszek and Paul Reynolds
-
- Adapted from the Unversity of Texas
- program Super Star Trek
- for the IBM-PC by Frank M. Ramaekers Jr.
-
- Permission is hereby granted for the copying, distribution,
- modification and use of this program and associated documentation
- for recreational purposes, provided that all references to the
- authors are retained. However, permission is not and will not be
- granted for the sale or promotional use of this program or program
- documentation, or for use in any situation in which profit may be
- considered an objective, since it is the desire of the authors to
- respect the copyrights of the originators of Star Trek.
-
- -------------------------------------------------------------------------
-
- Please send any sugestions or fixes to the following address:
-
- Frank M. Ramaekers Jr.
- 4614 Arapahoe Tr.
- Austin, Texas 78745
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Star Trek - The Game Page 2
-
-
-
- Requirements: 1) BASIC Intrepter
- 2) 96K RAM
- 3) 1 Diskette drive
-
- ------------------------------------------------------------------------------
-
- This version (2.0) of Star Trek - The Game is written for BASIC 2.X. The
- only difference are the RANDOMIZE statements in each of the programs. However,
- these can be easily modified for BASIC 1.X. as follows:
-
- Replace ===> RANDOMIZE TIMER
- With ======> DEF SEG=&40:I=PEEK(&6C):DEF SEG:RANDOMIZE I
-
-
- ------------------------------------------------------------------------------
-
- There are five parts to this version of Star Trek - The Game:
-
- 1) TREKINIT.BAS - (initialization of game)
- 2) TREKMAIN.BAS - (main program)
- 3) TREKFINE.BAS - (termination and scoring)
- 4) TREKINST.BAS - (instructions <50% complete and not implemented>)*
- 5) TREKMSGS.DAT - (messages file for TREKMAIN.BAS)
-
-
-
- * Never liked documentation much ! Maybe, there is a person out there who
- would like to pick up where I left off. (I would recommend a prompt in
- TREKINST.BAS to ask for instructions just before a chain to TREKMAIN.BAS.)
-